home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Word Play Farm
/
Word Play Farm.iso
/
pc
/
movies
/
milk.dxr
/
00040.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-07-26
|
136 b
|
11 lines
on exitFrame
global count
set count to count + 1
if count > 8 then
set count to 0
go(#next)
exit
end if
go(1)
end